projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
355b883
)
GdkTexture: Add a missing (array) annotation
author
Timm Bäder
<mail@baedert.org>
Tue, 2 Jan 2018 17:55:55 +0000
(18:55 +0100)
committer
Timm Bäder
<mail@baedert.org>
Tue, 2 Jan 2018 17:56:19 +0000
(18:56 +0100)
gdk/gdktexture.c
patch
|
blob
|
history
diff --git
a/gdk/gdktexture.c
b/gdk/gdktexture.c
index 09a06fa2485b1221436317899fc027d5d360f660..936b5c76411ba28a7acc39522436fff8fa3946cb 100644
(file)
--- a/
gdk/gdktexture.c
+++ b/
gdk/gdktexture.c
@@
-577,7
+577,7
@@
gdk_texture_download_surface (GdkTexture *texture)
/**
* gdk_texture_download:
* @texture: a #GdkTexture
- * @data: pointer to enough memory to be filled with the
+ * @data:
(array):
pointer to enough memory to be filled with the
* downloaded data of @texture
* @stride: rowstride in bytes
*